home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / GlyphManager.h < prev    next >
Encoding:
Text File  |  1993-03-07  |  953 b   |  44 lines

  1. #import <sys/dir.h>
  2. #import <objc/Object.h>
  3.  
  4. @interface GlyphManager:Object
  5. { id browser;
  6.   id coupler;
  7.   id name;
  8.   id width;
  9.   id height;
  10.   id scrollView ;
  11.   id glyphView ;
  12.   id msgView ;
  13.   const char * rootPath ;
  14.   struct direct **fileList ;
  15.   int listedColumn ;
  16.   int fileKnt ;
  17. }
  18.  
  19. + (BOOL) putPathTo: (char *) aFile startingAt: (char *) aPath  in: (char *)  thePath;
  20. - browser ;
  21. - (int)browser:sender fillMatrix:matrix inColumn:(int)column ;
  22. - browser:sender loadCell:cell atRow:(int)row inColumn:(int)column ;
  23. - browserHit:sender ;
  24. - decHeight:sender ;
  25. - decWidth:sender ;
  26. - delete:sender ;
  27. - edit:sender ;
  28. - editFile: (char *) aFile class: (char *) aClass ;
  29. - enterHeight:sender ;
  30. - enterWidth:sender ;
  31. - glyphView ;
  32. - incHeight:sender ;
  33. - incWidth:sender ;
  34. - init ;
  35. - instantiate:sender ;
  36. - (BOOL) isDotMCol: (int) col row:(int) row ;
  37. - nameTextCell ;
  38. - newClass:sender ;
  39. - newCat:sender ;
  40. - setBrowser: anObject ;
  41. - setMsgView: anObject ;
  42.  
  43. @end
  44.